.hiddenDiv {
	padding:4px 4px ;
	font-family: Arial;
	display: none;
	position: absolute; 
	top: 100px; 
	left: 220px;
	background:lightblue;
	font-size:80%;
}

.screenDiv {
	padding:4px 4px ;
	font-family: Arial;
	position: absolute; 
	top: 10px; 
	left:10px;
	background:lightblue;
	font-size:80%;
	width:98%;
	height:89%;
	margin-top:40px;

}

.screenFrame {
	width:100%;
	border-style:none;
	height:100%;


	
}

